home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-02 | 299 b | 14 lines | [TEXT/ToyS] |
- tell application "Finder"
- repeat with Q in the selection
- if the kind of Q is "alias" then
- Reveal the original item of Q
- exit
- end if
- end repeat
- end tell
-
- on error n
- display dialog ¬
- "Could not find the original of the alias file.\r(" & n & ")" buttons "Sorry" ¬
- with icon 0
- end error